home *** CD-ROM | disk | FTP | other *** search
- on(release){
- _global.damage = 49;
- trace("DAMAGE: " + _global.damage);
- tellTarget("_root")
- {
- play();
- }
- _global.menuMusic.stop();
- _global.gameMusic.stop();
- _global.menuMusic = new Sound();
- _global.menuMusic.attachSound("theMenuMusic");
- _global.menuMusic.setVolume(30);
- _global.menuMusic.start(0,999);
- }
-